home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / 110a115a.zip / WINHOST.ZIP / P_HELP_A.TXT < prev    next >
Text File  |  1995-12-22  |  2KB  |  40 lines

  1. Help for ALL protocols
  2.  
  3. Xmodem        Transmits 128 byte blocks with acknowledgement after each
  4.               block.  Available in any communications program, it is the
  5.               slowest of all.  Use only when no other choice is available.
  6.  
  7. Xmodem-CRC    An Xmodem variant using CRC instead of a checksum. It is
  8.               slightly more effective at catching errors.
  9.  
  10. Xmodem-1k     An Xmodem variant using 1024 byte blocks, often erroneously
  11.               called Ymodem.  Much faster than Xmodem. Usually the
  12.               third-best choice.
  13.  
  14. Xmodem-1k-G   A 1k-Xmodem variant, for error free channels ONLY (e.g.
  15.               error correcting modems on both ends or direct link).
  16.               One of the fastest protocols.  Often erroneously called
  17.               Ymodem-G.
  18.  
  19. Ymodem        An Xmodem variant using 1024 or 128 byte blocks, which
  20.               transmits the filename, date, and size.  Much faster than
  21.               Xmodem.  Usually the second-best choice.
  22.  
  23. Ymodem-G      A Ymodem variant, for error free channels ONLY (e.g.
  24.               error correcting modems on both ends or direct link).
  25.               Much faster than Xmodem.
  26.  
  27. Zmodem        Usually the best choice, Zmodem transmits data as fast
  28.               as possible on a non-error-free link, transmits the name,
  29.               date, and time of the file, and changes block size as
  30.               line conditions change.  Zmodem can resume aborted transfers
  31.               (if your communications program is configured to do so).
  32.               Many programs detect the host sending a Zmodem "header",
  33.               and initiate the download without any user intervention.
  34.  
  35. Kermit        A file transfer protocol used mainly by mainframes.
  36.               It is a good choice when ZModem and the other protocols
  37.               aren't available.  Good at error correction, but it is
  38.               usually slower than Zmodem.
  39.  
  40.